ChildListAccessor

open external class ChildListAccessor<ChildT : ITypedNode>(parentNode: INodeJS, role: String?) : Iterable<ChildT>

Constructors

Link copied to clipboard
constructor(parentNode: INodeJS, role: String?)

Functions

Link copied to clipboard
open fun addNew(subconcept: IConceptJS?): ChildT
Link copied to clipboard
open fun insertNew(index: Number, subconcept: IConceptJS?): ChildT